QuickOPC User's Guide and Reference
AttributeDataChanged Event



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Modelling Namespace > UABaseVariable<TValue,TAttribute> Class : AttributeDataChanged Event
Raised when the attribute data of the node have changed.
Syntax
'Declaration
 
Public Event AttributeDataChanged As EventHandler
'Usage
 
Dim instance As UABaseVariable(Of TValue,TAttribute)
Dim handler As EventHandler
 
AddHandler instance.AttributeDataChanged, handler
public event EventHandler AttributeDataChanged
public:
event EventHandler^ AttributeDataChanged
Requirements

Target Platforms: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

UABaseVariable<TValue,TAttribute> Class
UABaseVariable<TValue,TAttribute> Members